Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensibleObject<T> Interface / Extensions Property


In This Topic
Extensions Property
In This Topic
Gets a collection of extension objects for this extensible object.
Syntax
'Declaration
 
ReadOnly Property Extensions As IExtensionCollection(Of T)
 
'Usage
 
Dim instance As IExtensibleObject(Of T)
Dim value As IExtensionCollection(Of T)
 
value = instance.Extensions

Property Value

A IExtensionCollection<IExtension<T>> of extensible objects.
See Also